home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / adobe / software / Launchpho.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-06-17  |  559b  |  16 lines

  1. #!/bin/csh -f
  2.  
  3. setenv INSTALL_FROM_DIR $HOTMIXDIR/html/vendors/adobe/software
  4.  
  5. if ( -e /usr/bin/photoshop && -e /usr/adobe/Photoshop_3.0.1) then
  6. xwsh -bg royalblue -fg white \
  7.     -geom 80x30+100+100 -cursorfg violetred1 \
  8.     -cursorbg violetred1 -title "Launching Adobe Photoshop 3.0.1 " \
  9.     -e /bin/csh -c "cd $INSTALL_FROM_DIR; ./launchpho.csh"
  10. else
  11.     xwsh -bg royalblue -fg white \
  12.     -geom 80x30+100+100 -cursorfg violetred1 \
  13.     -cursorbg violetred1 -title "Adobe Photoshop 3.0.1 is not installed " \
  14.     -e /bin/csh -c "cd $INSTALL_FROM_DIR; ./launchpho3.csh"
  15. endif
  16.